EntryDeserializer
Deserializes individual entries in a complex Entry
SAM: deserializeEntry takes a TomlElement, errorBuilder list, fieldName, and ignoreNonSync boolean, returns ValidationResult
Author
fzzyhmstrs
Since
0.2.0
Parameters
T
the type of the Entry stored value
Inheritors
Functions
Link copied to clipboard
abstract fun deserializeEntry(toml: TomlElement, errorBuilder: MutableList<String>, fieldName: String, flags: Byte): ValidationResult<T>